From 50b2042c04c8adf8da47594ce50f11080b737051 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Fri, 22 Dec 2006 20:54:52 +0000 Subject: [PATCH] (bootstrap): Make `all' explicitly in a recursive Make. --- nt/makefile.w32-in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/nt/makefile.w32-in b/nt/makefile.w32-in index a72e79146d2..ddbc0c0cab2 100644 --- a/nt/makefile.w32-in +++ b/nt/makefile.w32-in @@ -135,7 +135,8 @@ maybe-bootstrap-SH: doit exit -1; \ fi -bootstrap: addsection bootstrap-$(MAKETYPE) all +bootstrap: addsection bootstrap-$(MAKETYPE) + $(MAKE) $(MFLAGS) $(XMFLAGS) all bootstrap-nmake: addsection cd ..\lisp -- 2.30.2